response.write "An error occurred and the class could not be added. Be sure that you are using a valid student ID and that you are not already enrolled in the class you are adding, and that you are not dropping from a class that has already been graded."
response.End
end if
%>
Student <%=lngStudentID%> has been dropped from class <%=strSrcClassID%> and
added to class <%=strDstClassID%>
<hr>
<a href="classview.htm">Return to class registration page</a>